home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / clp_brws.arc / BROWSE.DOC next >
Text File  |  1986-07-04  |  2KB  |  42 lines

  1.       Last revision: July 4, 1986 at 8:35
  2.  
  3.       BROWSE.PRG a Clipper emulation of the dBASE Browse command.
  4.  
  5.       by: H.M. Van Tassell of Watchung, NJ
  6.  
  7. One of the dBASE features that is sorely missed in Clipper is Browse.
  8. Sometime ago I got a copy of the procedure written by Stephen J. Straley.
  9. I had judged the procedure as not usable because the code had just not
  10. been finished.  After waiting a goodly long time and not seeing a
  11. revision, I finally decided to "have at it" and do a complete rewrite. 
  12.  
  13. While this procedure offers most, but not all, the features of the
  14. dBASEIII browse command, don't use it if the database contains 80+
  15. character long fields!
  16.  
  17. As contained in the ARC file, the code will compile to a stand-alone
  18. program but can also be used as a procedure in your programs by just
  19. changing the items mentioned in the BROWSE.PRG file. You may well
  20. want to make some other changes to customize to your preferences.
  21. If the database file is already opened, be sure to comment out the
  22. "DO B_OpnFil".  In your program you may call the procedure with
  23. "DO Browse WITH "FileName". Don't need to use file extension.
  24.  
  25. So that there is no cursor flashing, I use an assembly language 
  26. module called CURSOR which contains CursOn and CursOff.  The 
  27. assembly language source plus the .OBJ file is in the ARC. Just
  28. include the CURSOR.OBJ file, same as any other .OBJ file, when
  29. linking the final program to generate the .EXE file.
  30.  
  31. My work on this program is hereby contributed freely into the 
  32. Public Domain with no restrictions on use.  Ain't that what Public
  33. Domain is suppose to be?  I sure as hell regret that anyone ever started
  34. this whole damn idea of shareware, freeware, beggarware, or as I like
  35. to call it "Send A Donation ware". Get it? - SADware! <giggle>
  36.  
  37. Hope you find this useful...
  38.  
  39. Cheers
  40.  
  41. [eof]  
  42.